services.ytdl-sub.instances.<name>.config
Configuration for ytdl-sub. See https://ytdl-sub.readthedocs.io/en/latest/config_reference/config_yaml.html for more information.
- Type
YAML 1.1 value- Default
{ }- Example
{ presets = { "YouTube Playlist" = { download = "{subscription_value}"; output_options = { file_name = "{channel}/{playlist_title}/{playlist_index_padded}_{title}.{ext}"; maintain_download_archive = true; output_directory = "YouTube"; }; }; }; }- Declared
- <nixpkgs/nixos/modules/services/misc/ytdl-sub.nix>